home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / InstallMaster 7.03 / Devfulldemo.exe / file0209.bin < prev    next >
Encoding:
Text File  |  1999-04-26  |  1.9 KB  |  71 lines

  1. Document Type: WSE
  2. item: Global
  3.   Version=6.0
  4.   Title=Lcase$
  5.   Flags=00000100
  6.   Split=1420
  7.   Languages=65 0 0 64 0 0 0 0 0 0 0 0 0 0 0 0
  8.   Copy Default=1
  9.   Japanese Font Name=MS Gothic
  10.   Japanese Font Size=10
  11.   Start Gradient=0 0 255
  12.   End Gradient=0 0 0
  13.   Windows Flags=00000100000000010010110000001000
  14.   Message Font=MS Sans Serif
  15.   Font Size=8
  16.   Extra Flags=11111111111111111111111111111100
  17.   Disk Filename=SETUP
  18.   Patch Flags=0000000000000001
  19.   Patch Threshold=85
  20.   Patch Memory=4000
  21.   FTP Cluster Size=20
  22. end
  23. item: Remark
  24.   Text=This Wise 6.0 sample script demonstrates the use of the Expression Lcase$ in the parser.
  25. end
  26. item: Prompt for Text
  27.   Window Title=Expression Parser - Lcase$ Test
  28.   Text=For this example it is preferable to use some uppercase characters.
  29.   Prompt Title=Please Enter an Alphanumeric.
  30.   Variable=ALPHANUMERIC
  31. end
  32. item: Remark
  33. end
  34. item: Remark
  35.   Text=This is the first way to use the expression parser.
  36. end
  37. item: Remark
  38.   Text=The Lcase$ statement turns all characters in a variable to lowercase.
  39. end
  40. item: Set Variable
  41.   Variable=ENDRESULT
  42.   Value=Lcase$(Alphanumeric)
  43.   Flags=00100000
  44. end
  45. item: Display Message
  46.   Title=Expression Parser - Lcase$ Test 1.
  47.   Text=This Display message shows the set variable command in conjunction with the Expression parser.
  48.   Text=
  49.   Text=Using Lcase$, "%Alphanumeric%" has been converted to "%Endresult%".
  50. end
  51. item: Remark
  52. end
  53. item: Remark
  54.   Text=This is the other way to use the expression parser.
  55. end
  56. item: Remark
  57.   Text=You can also use the command options such as <, >, >=, <=, and, or, not, and <>.
  58. end
  59. item: If/While Statement
  60.   Value=Endresult = Lcase$(Alphanumeric)
  61.   Flags=00001101
  62. end
  63. item: Display Message
  64.   Title=Expression Parser - Lcase$ Test 2.
  65.   Text=This Display message shows an if/while statement in conjunction with the Expression parser.
  66.   Text=
  67.   Text=Yes, The Lowercase form of "%Alphanumeric%"  is "%endresult%".
  68. end
  69. item: End Block
  70. end
  71.